home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.uio.no!solace!news
- From: cmh@lls.se (Magnus Holmgren)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Balck on white gadtools menus
- Date: 18 Mar 1996 19:58:39
- Organization: ReqChange development
- Message-ID: <4in30f$53u@fizban.solace.mh.se>
- References: <4ihuc8$amj@newsflash.hol.gr>
- NNTP-Posting-Host: petroc.lls.se
- Mime-Version: 1.2
- Content-Type: TEXT/PLAIN; charset=ISO-8859-1
- Content-Transfer-Encoding: 8BIT
- X-FTN-To: D. Keletsekis
- X-Newsreader: Spot 1.3a #26/NetGate 1.2
-
- In a message of 17 Mar 96, D. wrote to :
-
- DK> The menus on most new programs are Black on White
- DK> (colour 1 on 2), yet I can not get gadtools menus to
- DK> do the same, no matter what "newlook" flags I use.
-
- DK> The only thing I can change is the frontpen number,
- DK> but this too does not apply to the shortcuts shown.
-
- DK> Do gadtools menus have this facility, and if not,
- DK> can it be done manually by walking the menu structure
- DK> and changing the intuitext structures ?
-
- Only assume NewLook for OS 3.0+. And since only some tags are enough for
- this effect, the tags will handle that particular part for you (since 2.x
- doesn't know about the tags in question).
-
- What you do is to specify WA_NewLookMenus (or the flag equivavlent) for any
- window you open, and also specify GTMN_NewLookMenus in your LayoutMenus()
- call.
-
- --
- Magnus Holmgren - Amiga programmer and enthusiast
-
-
-